Mention Threads
Although threads behave very similarly to channels, Discord does not provide a context pop up to mention them when we type #
in our text input. However, they can be mentioned and therefore used in commands and specifically, for our redirect settings. In order to do this we must have the Thread ID
.
What is a Thread ID
?
In short, the way Discord is programmed every element (user, role, message, channel, thread, etc) is provided a randomly generated ID number. This allows the app to continue working after some bit of information is edited. For example, you can rename a channel and it still keeps working; this is because all references to it on the backend use this random ID.
Because these IDs are essential to interacting with Discord, developers of applications and bots need to have access to them. This is good news for us, because Discord has made them easy to get.
1. If you don't have it on already, turn on Developer Mode.
- Start by going to
User Settings
→Advanced
. - Tick on the
Developer Mode
toggle.